object DocOptForm: TDocOptForm Left = 215 Top = 162 BorderStyle = bsDialog Caption = '��������� ������' ClientHeight = 195 ClientWidth = 236 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 4 Top = 8 Width = 228 Height = 81 Caption = '�������' TabOrder = 0 object ComB1: TComboBox Left = 12 Top = 20 Width = 185 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 end object CB1: TCheckBox Left = 12 Top = 52 Width = 185 Height = 17 Caption = '�������� ��� �������� ������' TabOrder = 1 end end object GroupBox2: TGroupBox Left = 4 Top = 96 Width = 228 Height = 61 Caption = '������' TabOrder = 1 object CB2: TCheckBox Left = 12 Top = 24 Width = 181 Height = 17 Caption = '������ ��� �������' TabOrder = 0 end end object Button1: TButton Left = 76 Top = 164 Width = 75 Height = 25 Caption = '��' Default = True ModalResult = 1 TabOrder = 2 end object Button2: TButton Left = 156 Top = 164 Width = 75 Height = 25 Cancel = True Caption = '������' ModalResult = 2 TabOrder = 3 end end